home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Narzedzia systemowe / Inno Setup 5.0.4 Beta / isetup-5.0.4-beta.exe / {app} / Compil32.exe / 0 / RCDATA / TOPTIONSFORM / TOPTIONSFORM.txt
Encoding:
Text File  |  2004-10-05  |  3.7 KB  |  183 lines

  1. object OptionsForm: TOptionsForm
  2.   Left = 330
  3.   Top = 188
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Options'
  7.   ClientHeight = 367
  8.   ClientWidth = 297
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object GroupBox1: TGroupBox
  19.     Left = 8
  20.     Top = 8
  21.     Width = 281
  22.     Height = 121
  23.     Caption = ' Miscellaneous '
  24.     TabOrder = 0
  25.     object StartupCheck: TCheckBox
  26.       Left = 8
  27.       Top = 16
  28.       Width = 265
  29.       Height = 17
  30.       Caption = 'Show &Welcome dialog at startup'
  31.       TabOrder = 0
  32.     end
  33.     object WizardCheck: TCheckBox
  34.       Left = 8
  35.       Top = 36
  36.       Width = 265
  37.       Height = 17
  38.       Caption = 'Use the Inno Setup &Script Wizard'
  39.       TabOrder = 1
  40.     end
  41.     object BackupCheck: TCheckBox
  42.       Left = 8
  43.       Top = 56
  44.       Width = 265
  45.       Height = 17
  46.       Caption = 'Create &backups when saving'
  47.       TabOrder = 2
  48.     end
  49.     object UndoAfterSaveCheck: TCheckBox
  50.       Left = 8
  51.       Top = 76
  52.       Width = 265
  53.       Height = 17
  54.       Caption = 'Allow &Undo after save'
  55.       TabOrder = 3
  56.     end
  57.     object FullPathCheck: TCheckBox
  58.       Left = 8
  59.       Top = 96
  60.       Width = 265
  61.       Height = 17
  62.       Caption = 'Display &full path in title bar'
  63.       TabOrder = 4
  64.     end
  65.   end
  66.   object GroupBox3: TGroupBox
  67.     Left = 8
  68.     Top = 136
  69.     Width = 281
  70.     Height = 129
  71.     Caption = 'Editor'
  72.     TabOrder = 1
  73.     object UseSynHighCheck: TCheckBox
  74.       Left = 8
  75.       Top = 16
  76.       Width = 265
  77.       Height = 17
  78.       Caption = 'Use syntax &highlighting'
  79.       TabOrder = 0
  80.     end
  81.     object CursorPastEOLCheck: TCheckBox
  82.       Left = 8
  83.       Top = 36
  84.       Width = 265
  85.       Height = 17
  86.       Caption = 'Allow cursor to move beyond &end of lines'
  87.       TabOrder = 1
  88.     end
  89.     object Label1: TNewStaticText
  90.       Left = 8
  91.       Top = 65
  92.       Width = 55
  93.       Height = 14
  94.       Caption = 'Editor Font:'
  95.       TabOrder = 2
  96.     end
  97.     object FontPanel: TPanel
  98.       Left = 72
  99.       Top = 56
  100.       Width = 121
  101.       Height = 32
  102.       BevelOuter = bvLowered
  103.       Caption = 'AaBbXxZz'
  104.       TabOrder = 3
  105.     end
  106.     object ChangeFontButton: TButton
  107.       Left = 200
  108.       Top = 61
  109.       Width = 73
  110.       Height = 23
  111.       Caption = '&Change...'
  112.       TabOrder = 4
  113.       OnClick = ChangeFontButtonClick
  114.     end
  115.     object TabWidthEdit: TEdit
  116.       Left = 72
  117.       Top = 96
  118.       Width = 121
  119.       Height = 21
  120.       TabOrder = 5
  121.       OnChange = TabWidthEditChange
  122.     end
  123.     object Label2: TNewStaticText
  124.       Left = 8
  125.       Top = 99
  126.       Width = 54
  127.       Height = 14
  128.       Caption = '&Tab Width:'
  129.       FocusControl = TabWidthEdit
  130.       TabOrder = 6
  131.     end
  132.   end
  133.   object GroupBox2: TGroupBox
  134.     Left = 8
  135.     Top = 272
  136.     Width = 281
  137.     Height = 57
  138.     Caption = ' File Associations '
  139.     TabOrder = 2
  140.     object AssocButton: TButton
  141.       Left = 40
  142.       Top = 20
  143.       Width = 201
  144.       Height = 23
  145.       Caption = '&Associate .iss files with this compiler'
  146.       TabOrder = 0
  147.       OnClick = AssocButtonClick
  148.     end
  149.   end
  150.   object OKButton: TButton
  151.     Left = 136
  152.     Top = 337
  153.     Width = 73
  154.     Height = 23
  155.     Caption = 'OK'
  156.     Default = True
  157.     ModalResult = 1
  158.     TabOrder = 3
  159.   end
  160.   object CancelButton: TButton
  161.     Left = 216
  162.     Top = 337
  163.     Width = 73
  164.     Height = 23
  165.     Cancel = True
  166.     Caption = 'Cancel'
  167.     ModalResult = 2
  168.     TabOrder = 4
  169.   end
  170.   object FontDialog: TFontDialog
  171.     Font.Charset = DEFAULT_CHARSET
  172.     Font.Color = clWindowText
  173.     Font.Height = -11
  174.     Font.Name = 'MS Sans Serif'
  175.     Font.Style = []
  176.     MinFontSize = 0
  177.     MaxFontSize = 0
  178.     Options = [fdFixedPitchOnly, fdForceFontExist]
  179.     Left = 8
  180.     Top = 336
  181.   end
  182. end
  183.